@charset "utf-8";
@font-face {
    font-family: "阿里巴巴普惠体 Regular";
    font-weight: 100;
    src: url("../font/Alibaba-PuHuiTi-Regular.woff2") format("woff2"),
    url("../font/Alibaba-PuHuiTi-Regular.woff") format("woff");
    font-display: swap;
}
@font-face {
    font-family: "阿里巴巴普惠体 Light";
    font-weight: 100;
    src: url("../font/Alibaba-PuHuiTi-Light.woff2") format("woff2"),
    url("../font/Alibaba-PuHuiTi-Light.woff") format("woff");
    font-display: swap;
}
@font-face {
    font-family: "DINPro-Bold";
    font-weight: 100;
    src: url("../font/DINPro-Bold.otf");
    font-display: swap;
}.otf
*{
    font-family: "阿里巴巴普惠体 Regular","微软雅黑",sans-serif ;
    font-size: 12px;
}
html {
    overflow-x: hidden
}

body, div, p, form, dl, dt, dd, ul, ol, dl, dd, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, table, th, tr, td, span, img {
    padding: 0;
    margin: 0;
}
form, ol, ul, li, dl, dt, dd, ul, dl, dd{
    list-style: none;
}
table, tr, td {
    border-collapse: collapse;
}
img {
    border: 0;
}
.width-fix
{
    width: 100%;
}

a {
    text-decoration: none;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #7f7f7f;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #b20016;
}

body {
    width: 100%;
    height: 100%;
    color: #000;
    background: rgb(255, 255, 255);
    word-wrap: break-word;
}

input, button, select, textarea {
    outline: none;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    color: #666;
}
.black
{
    color: #000;
}
.red {
    color: #b20016;
}

.gray {
    color: #7f7f7f;
}

.bold {
    font-weight: bold;
}

h3 {
    font-weight: normal;
}
.text-right
{
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-center a {
    color: #7f7f7f;
}

.text-center a:hover {
    color: #b20016;
}

.warp {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.container {
    width: 1200px;
    margin: 0 auto;
    /*overflow: hidden;*/
}

.margin-top20 {
    margin-top: 20px;
}

.margin-top10 {
    margin-top: 10px;
}

.line {
    width: 100%;
    height: 2px;
    background: #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
}

.line2 {
    width: 100%;
    height: 2px;
    background: #ccc;
    margin-top:10px;
    margin-bottom: 10px;
}

.line3 {
    width: 100%;
    height: 2px;
    background: #ccc;
    margin-top: 10px;
    margin-bottom: 0;
}

.display-none {
    display: none;
}

.font-10 {
    font-size: 10px;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 18px;
}

.left {
    float: left;
    display: inline;
}

.right {
    float: right;
    display: inline;
}

.clearfix:after {
    content: ".";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.clear-both {
    clear: both;
}

.border-red
{
    border: 1px solid red;
}
.border-blue
{
    border: 1px solid blue;
}
.border-green
{
    border: 1px solid green;
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 776px) {


}
@media screen and (max-width: 1180px) {


}

@media screen and (max-width: 1200px) {


}
